Click or drag to resize
GrantEquals Method
Checks if two Grant instances equal.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The other grant instance to compare with

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Aliyun.OSS.Grant.Equals(System.Object)"]

See Also